﻿
var TopSubMenuCtrl_CurUrl=location.href;

if(TopSubMenuCtrl_CurUrl!=null && TopSubMenuCtrl_CurUrl!="")
{
    /*视频频道子菜单
    /video/muzhi_p1.html 此处其实并不需要http://www.cuctv.com*/
        if(TopSubMenuCtrl_CurUrl.indexOf("/video/muzhi_p1.html")!=-1)
        {
            if(document.getElementById("TopSubMenu_MZJC")!=null)
            {
                document.getElementById("TopSubMenu_MZJC").style.color="#f0ff00";
            }
        }
        
        if(TopSubMenuCtrl_CurUrl.indexOf("/video/jishi_p1.html")!=-1)
        {
            if(document.getElementById("TopSubMenu_JS")!=null)
            {
                document.getElementById("TopSubMenu_JS").style.color="#f0ff00";
            }
        }
        
        if(TopSubMenuCtrl_CurUrl.indexOf("/video/funy_p1.html")!=-1)
        {
            if(document.getElementById("TopSubMenu_LRDG")!=null)
            {
                document.getElementById("TopSubMenu_LRDG").style.color="#f0ff00";
            }
        }
        
        if(TopSubMenuCtrl_CurUrl.indexOf("/video/mv_p1.html")!=-1)
        {
            if(document.getElementById("TopSubMenu_SPSL")!=null)
            {
                document.getElementById("TopSubMenu_SPSL").style.color="#f0ff00";
            }
        }
        
        if(TopSubMenuCtrl_CurUrl.indexOf("/video/donghua_p1.html")!=-1)
        {
            if(document.getElementById("TopSubMenu_flash")!=null)
            {
                document.getElementById("TopSubMenu_flash").style.color="#f0ff00";
            }
        }
        
        if(TopSubMenuCtrl_CurUrl.indexOf("/specials/list_hot_p1.html")!=-1)
        {
            if(document.getElementById("TopSubMenu_SPZJLB")!=null)
            {
                document.getElementById("TopSubMenu_SPZJLB").style.color="#f0ff00";
            }
        }
        
        if(TopSubMenuCtrl_CurUrl.indexOf("/NewHome/xydsht/jclm.aspx")!=-1)
        {
            if(document.getElementById("TopSubMenu_JCLM")!=null)
            {
                //document.getElementById("TopSubMenu_JCLM").style.color="#f0ff00";
                document.getElementById("TopSubMenu_JCLM").style.fontWeight="bold";
            }
        }
        
        if(TopSubMenuCtrl_CurUrl.indexOf("/NewHome/xydsht/zbfc.aspx")!=-1)
        {
            if(document.getElementById("TopSubMenu_ZBFC")!=null)
            {
                //document.getElementById("TopSubMenu_ZBFC").style.color="#f0ff00";
                document.getElementById("TopSubMenu_ZBFC").style.fontWeight="bold";
            }
        }
        
        if(TopSubMenuCtrl_CurUrl.indexOf("/NewHome/xydsht/lmcy.aspx")!=-1)
        {
            if(document.getElementById("TopSubMenu_LMCY")!=null)
            {
                //document.getElementById("TopSubMenu_LMCY").style.color="#f0ff00";
                document.getElementById("TopSubMenu_LMCY").style.fontWeight="bold";
            }
        }
        if(TopSubMenuCtrl_CurUrl.indexOf("/NewHome/xydsht/tv_dvshow.aspx")!=-1)
        {
            if(document.getElementById("tv_dvshow")!=null)
            {
                document.getElementById("tv_dvshow").style.fontWeight="bold";
            }
        }
        if(TopSubMenuCtrl_CurUrl.indexOf("/NewHome/xydsht/tv_yule.aspx")!=-1)
        {
            if(document.getElementById("tv_yule")!=null)
            {
                document.getElementById("tv_yule").style.fontWeight="bold";
            }
        }
        if(TopSubMenuCtrl_CurUrl.indexOf("/NewHome/xydsht/tv_fangtan.aspx")!=-1)
        {
            if(document.getElementById("tv_fangtan")!=null)
            {
                document.getElementById("tv_fangtan").style.fontWeight="bold";
            }
        }
        if(TopSubMenuCtrl_CurUrl.indexOf("/NewHome/xydsht/tv_zixun.aspx")!=-1)
        {
            if(document.getElementById("tv_zixun")!=null)
            {
                document.getElementById("tv_zixun").style.fontWeight="bold";
            }
        }
        if(TopSubMenuCtrl_CurUrl.indexOf("/NewHome/xydsht/tv_pkkb.aspx")!=-1)
        {
            if(document.getElementById("tv_pkkb")!=null)
            {
                document.getElementById("tv_pkkb").style.fontWeight="bold";
            }
        }
        if(TopSubMenuCtrl_CurUrl.indexOf("/qdyhx/qdyhx_mhhx.aspx")!=-1)
        {
            if(document.getElementById("TopSubMenu_mhhx")!=null)
            {
                document.getElementById("TopSubMenu_mhhx").style.color="#ff4b02";
            }
        }
        if(TopSubMenuCtrl_CurUrl.indexOf("/qdyhx/qdyhx_jcqd.aspx")!=-1)
        {
            if(document.getElementById("TopSubMenu_jcqd")!=null)
            {
                document.getElementById("TopSubMenu_jcqd").style.color="#ff4b02";
            }
        } 
        if(TopSubMenuCtrl_CurUrl.indexOf("/qdyhx/qdyhx_ygxc.aspx")!=-1)
        {
            if(document.getElementById("TopSubMenu_ygxc")!=null)
            {
                document.getElementById("TopSubMenu_ygxc").style.color="#ff4b02";
            }
        }   
        if(TopSubMenuCtrl_CurUrl.indexOf("/qdyhx/qdyhx_posters.aspx")!=-1)
        {
            if(document.getElementById("TopSubMenu_posters")!=null)
            {
                document.getElementById("TopSubMenu_posters").style.color="#ff4b02";
            }
        }                            
    /*视频频道子菜单结束*/
}
